Q3AttributeSet_Submit
You can use theQ3AttributeSet_Submit
function to submit an attribute set in immediate mode.
TQ3Status Q3AttributeSet_Submit ( TQ3AttributeSet attributeSet, TQ3ViewObject view);
attributeSet
- An attribute set.
view
- A view.
DESCRIPTION
TheQ3AttributeSet_Submit
function submits the attribute set specified by theattributeSet
parameter into the view specified by theview
parameter.SPECIAL CONSIDERATIONS
You should callQ3AttributeSet_Submit
only in a submitting loop.